ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / PreserveOutlineState Property

In This Topic
    PreserveOutlineState Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
    Syntax
    'Declaration
     
    Public Overridable Property PreserveOutlineState As Boolean
    public virtual bool PreserveOutlineState {get; set;}
    See Also